Click or drag to resize

InviteReplaces Property

Gets or sets Replaces header field. The Replaces header field is used in SIP call control applications. A client in an established dialog receiving another INVITE with a Replaces header field that matches the existing dialog must accept the INVITE, terminate the existing dialog with a BYE, and transfer all resources and state from the existing dialog to the newly established dialog.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string Replaces { get; set; }

Property Value

Type: String
See Also